﻿2026-07-03T10:49:21.4140875Z ##[group]Run set -euo pipefail
2026-07-03T10:49:21.4141258Z [36;1mset -euo pipefail[0m
2026-07-03T10:49:21.4141478Z [36;1mPIN=0c95435[0m
2026-07-03T10:49:21.4141682Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-03T10:49:21.4141915Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-03T10:49:21.4142244Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-03T10:49:21.4142679Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-03T10:49:21.4143103Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-03T10:49:21.4143451Z [36;1m  rm -rf "$CACHE"[0m
2026-07-03T10:49:21.4143688Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-03T10:49:21.4143972Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-03T10:49:21.4144335Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-03T10:49:21.4144688Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-03T10:49:21.4144955Z [36;1mfi[0m
2026-07-03T10:49:21.4145236Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-03T10:49:21.4160045Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-03T10:49:21.4160346Z env:
2026-07-03T10:49:21.4160579Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-03T10:49:21.4160883Z ##[endgroup]
2026-07-03T10:49:21.7066125Z    Compiling proc-macro2 v1.0.106
2026-07-03T10:49:21.7066776Z    Compiling quote v1.0.45
2026-07-03T10:49:21.7067053Z    Compiling unicode-ident v1.0.24
2026-07-03T10:49:21.7067340Z    Compiling libc v0.2.186
2026-07-03T10:49:21.7067621Z    Compiling serde_core v1.0.228
2026-07-03T10:49:21.7109556Z    Compiling cfg-if v1.0.4
2026-07-03T10:49:21.7123881Z    Compiling serde v1.0.228
2026-07-03T10:49:21.7124876Z    Compiling log v0.4.32
2026-07-03T10:49:21.7162189Z    Compiling pin-project-lite v0.2.17
2026-07-03T10:49:21.7179265Z    Compiling typenum v1.20.1
2026-07-03T10:49:21.7231793Z    Compiling portable-atomic v1.13.1
2026-07-03T10:49:21.7284298Z    Compiling memchr v2.8.1
2026-07-03T10:49:21.7397880Z    Compiling version_check v0.9.5
2026-07-03T10:49:21.7409526Z    Compiling find-msvc-tools v0.1.9
2026-07-03T10:49:21.7449685Z    Compiling critical-section v1.2.0
2026-07-03T10:49:21.7756157Z    Compiling shlex v2.0.1
2026-07-03T10:49:21.7980999Z    Compiling subtle v2.6.1
2026-07-03T10:49:21.8142713Z    Compiling futures-core v0.3.32
2026-07-03T10:49:21.8929678Z    Compiling bytes v1.11.1
2026-07-03T10:49:21.9711698Z    Compiling equivalent v1.0.2
2026-07-03T10:49:21.9921227Z    Compiling smallvec v1.15.1
2026-07-03T10:49:22.0220790Z    Compiling itoa v1.0.18
2026-07-03T10:49:22.0689588Z    Compiling semver v1.0.28
2026-07-03T10:49:22.0823489Z    Compiling stable_deref_trait v1.2.1
2026-07-03T10:49:22.0854678Z    Compiling futures-sink v0.3.32
2026-07-03T10:49:22.0855583Z    Compiling futures-io v0.3.32
2026-07-03T10:49:22.0952519Z    Compiling slab v0.4.12
2026-07-03T10:49:22.1410421Z    Compiling futures-task v0.3.32
2026-07-03T10:49:22.1749117Z    Compiling futures-channel v0.3.32
2026-07-03T10:49:22.2071525Z    Compiling generic-array v0.14.7
2026-07-03T10:49:22.2286531Z    Compiling rustversion v1.0.22
2026-07-03T10:49:22.2581043Z    Compiling bitflags v2.12.1
2026-07-03T10:49:22.2771131Z    Compiling hashbrown v0.17.1
2026-07-03T10:49:22.3223686Z    Compiling cpufeatures v0.2.17
2026-07-03T10:49:22.3237377Z    Compiling fnv v1.0.7
2026-07-03T10:49:22.4021123Z    Compiling cfg_aliases v0.2.1
2026-07-03T10:49:22.4580762Z    Compiling rustc_version v0.4.1
2026-07-03T10:49:22.4860656Z    Compiling strsim v0.11.1
2026-07-03T10:49:22.4900602Z    Compiling rand_core v0.10.1
2026-07-03T10:49:22.4910717Z    Compiling litemap v0.8.2
2026-07-03T10:49:22.5360407Z    Compiling writeable v0.6.3
2026-07-03T10:49:22.5370231Z    Compiling fs_extra v1.3.0
2026-07-03T10:49:22.5950835Z    Compiling dunce v1.0.5
2026-07-03T10:49:22.6650763Z    Compiling icu_normalizer_data v2.2.0
2026-07-03T10:49:22.7170323Z    Compiling getrandom v0.4.2
2026-07-03T10:49:22.7390593Z    Compiling icu_properties_data v2.2.0
2026-07-03T10:49:22.8581075Z    Compiling ident_case v1.0.1
2026-07-03T10:49:22.9140781Z    Compiling utf8_iter v1.0.4
2026-07-03T10:49:22.9809838Z    Compiling autocfg v1.5.1
2026-07-03T10:49:23.0150861Z    Compiling percent-encoding v2.3.2
2026-07-03T10:49:23.0527366Z    Compiling http v1.4.1
2026-07-03T10:49:23.0634948Z    Compiling aws-lc-rs v1.17.0
2026-07-03T10:49:23.1138657Z    Compiling indexmap v2.14.0
2026-07-03T10:49:23.1230648Z    Compiling thiserror v2.0.18
2026-07-03T10:49:23.1280729Z    Compiling cpufeatures v0.3.0
2026-07-03T10:49:23.1363441Z    Compiling syn v2.0.117
2026-07-03T10:49:23.2082460Z    Compiling unicode-segmentation v1.13.3
2026-07-03T10:49:23.2151882Z    Compiling scopeguard v1.2.0
2026-07-03T10:49:23.2270758Z    Compiling form_urlencoded v1.2.2
2026-07-03T10:49:23.2716573Z    Compiling chacha20 v0.10.0
2026-07-03T10:49:23.2890435Z    Compiling untrusted v0.9.0
2026-07-03T10:49:23.3440417Z    Compiling lock_api v0.4.14
2026-07-03T10:49:23.3730461Z    Compiling heck v0.5.0
2026-07-03T10:49:23.4380327Z    Compiling rustls v0.23.40
2026-07-03T10:49:23.4440352Z    Compiling const-oid v0.10.2
2026-07-03T10:49:23.4550586Z    Compiling anyhow v1.0.102
2026-07-03T10:49:23.4636618Z    Compiling unicode-xid v0.2.6
2026-07-03T10:49:23.5623853Z    Compiling jobserver v0.1.34
2026-07-03T10:49:23.5805070Z    Compiling atomic-waker v1.1.2
2026-07-03T10:49:23.6329537Z    Compiling zerocopy v0.8.50
2026-07-03T10:49:23.6471491Z    Compiling httparse v1.10.1
2026-07-03T10:49:23.6571355Z    Compiling parking_lot_core v0.9.12
2026-07-03T10:49:23.6703723Z    Compiling paste v1.0.15
2026-07-03T10:49:23.6911391Z    Compiling num-traits v0.2.19
2026-07-03T10:49:23.7169789Z    Compiling hybrid-array v0.4.12
2026-07-03T10:49:23.7480686Z    Compiling curve25519-dalek v4.1.3
2026-07-03T10:49:23.8550784Z    Compiling cc v1.2.63
2026-07-03T10:49:23.8850541Z    Compiling convert_case v0.10.0
2026-07-03T10:49:23.9370903Z    Compiling ahash v0.8.12
2026-07-03T10:49:23.9933084Z    Compiling crypto-common v0.1.7
2026-07-03T10:49:23.9975763Z    Compiling block-buffer v0.10.4
2026-07-03T10:49:24.0663397Z    Compiling base64ct v1.8.3
2026-07-03T10:49:24.0742264Z    Compiling either v1.16.0
2026-07-03T10:49:24.0801851Z    Compiling powerfmt v0.2.0
2026-07-03T10:49:24.1081887Z    Compiling fastrand v2.4.1
2026-07-03T10:49:24.1430994Z    Compiling digest v0.10.7
2026-07-03T10:49:24.1469420Z    Compiling http-body v1.0.1
2026-07-03T10:49:24.2750612Z    Compiling deranged v0.5.8
2026-07-03T10:49:24.3885605Z    Compiling mio v1.2.1
2026-07-03T10:49:24.4126834Z    Compiling socket2 v0.6.4
2026-07-03T10:49:24.4310741Z    Compiling getrandom v0.2.17
2026-07-03T10:49:24.4929208Z    Compiling pem-rfc7468 v1.0.0
2026-07-03T10:49:24.4985611Z    Compiling pkg-config v0.3.33
2026-07-03T10:49:24.5157992Z    Compiling zmij v1.0.21
2026-07-03T10:49:24.6950539Z    Compiling rand v0.10.1
2026-07-03T10:49:24.7361888Z    Compiling rand_core v0.6.4
2026-07-03T10:49:24.8176503Z    Compiling base64 v0.22.1
2026-07-03T10:49:24.8260540Z    Compiling tower-service v0.3.3
2026-07-03T10:49:24.8487841Z    Compiling time-core v0.1.8
2026-07-03T10:49:24.8875299Z    Compiling try-lock v0.2.5
2026-07-03T10:49:24.9052177Z    Compiling num-conv v0.2.2
2026-07-03T10:49:24.9659843Z    Compiling tinyvec_macros v0.1.1
2026-07-03T10:49:24.9808781Z    Compiling data-encoding v2.11.0
2026-07-03T10:49:24.9904138Z    Compiling vcpkg v0.2.15
2026-07-03T10:49:25.0001315Z    Compiling want v0.3.1
2026-07-03T10:49:25.0272198Z    Compiling tinyvec v1.11.0
2026-07-03T10:49:25.0847695Z    Compiling parking_lot v0.12.5
2026-07-03T10:49:25.2220531Z    Compiling block-buffer v0.12.0
2026-07-03T10:49:25.2370760Z    Compiling crypto-common v0.2.2
2026-07-03T10:49:25.2425673Z    Compiling sha2 v0.10.9
2026-07-03T10:49:25.3196773Z    Compiling cmake v0.1.58
2026-07-03T10:49:25.3364049Z    Compiling inout v0.1.4
2026-07-03T10:49:25.3783645Z    Compiling vergen-lib v9.1.0
2026-07-03T10:49:25.4909745Z    Compiling n0-future v0.3.2
2026-07-03T10:49:25.5240563Z    Compiling diatomic-waker v0.2.3
2026-07-03T10:49:25.6080775Z    Compiling parking v2.2.1
2026-07-03T10:49:25.6690603Z    Compiling httpdate v1.0.3
2026-07-03T10:49:25.7121697Z    Compiling signature v2.2.0
2026-07-03T10:49:25.7813614Z    Compiling crossbeam-utils v0.8.21
2026-07-03T10:49:25.8028256Z    Compiling cordyceps v0.3.4
2026-07-03T10:49:25.8073569Z    Compiling serde_json v1.0.150
2026-07-03T10:49:25.8192024Z    Compiling spin v0.10.0
2026-07-03T10:49:25.8840785Z    Compiling winnow v1.0.3
2026-07-03T10:49:25.8910510Z    Compiling ed25519 v2.2.3
2026-07-03T10:49:25.9451151Z    Compiling futures-lite v2.6.1
2026-07-03T10:49:25.9463972Z    Compiling cipher v0.4.4
2026-07-03T10:49:26.0014398Z    Compiling netlink-packet-core v0.8.1
2026-07-03T10:49:26.0290831Z    Compiling universal-hash v0.5.1
2026-07-03T10:49:26.0900437Z    Compiling vergen v9.1.0
2026-07-03T10:49:26.0992067Z    Compiling vergen-lib v0.1.6
2026-07-03T10:49:26.1670801Z    Compiling futures-buffered v0.2.13
2026-07-03T10:49:26.1738201Z    Compiling heapless v0.7.17
2026-07-03T10:49:26.2030847Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-03T10:49:26.2140995Z    Compiling noq-udp v0.10.0
2026-07-03T10:49:26.2561829Z    Compiling digest v0.11.3
2026-07-03T10:49:26.2720668Z    Compiling sync_wrapper v1.0.2
2026-07-03T10:49:26.3016227Z    Compiling byteorder v1.5.0
2026-07-03T10:49:26.3231392Z    Compiling allocator-api2 v0.2.21
2026-07-03T10:49:26.3389536Z    Compiling opaque-debug v0.3.1
2026-07-03T10:49:26.3556882Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-03T10:49:26.4024325Z    Compiling polyval v0.6.2
2026-07-03T10:49:26.4855111Z    Compiling hash32 v0.2.1
2026-07-03T10:49:26.5269311Z    Compiling spin v0.9.8
2026-07-03T10:49:26.5430861Z    Compiling vergen-gitcl v1.0.8
2026-07-03T10:49:26.5470746Z    Compiling aws-lc-sys v0.41.0
2026-07-03T10:49:26.6050628Z    Compiling ring v0.17.14
2026-07-03T10:49:26.6771474Z    Compiling libsqlite3-sys v0.30.1
2026-07-03T10:49:26.7350705Z    Compiling fallible-iterator v0.3.0
2026-07-03T10:49:26.7395670Z    Compiling signature v3.0.0
2026-07-03T10:49:26.7526387Z    Compiling tower-layer v0.3.3
2026-07-03T10:49:26.7602601Z    Compiling ryu v1.0.23
2026-07-03T10:49:26.7848421Z    Compiling num_threads v0.1.7
2026-07-03T10:49:26.8740401Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-03T10:49:26.9298060Z    Compiling time v0.3.47
2026-07-03T10:49:26.9643578Z    Compiling ghash v0.5.1
2026-07-03T10:49:26.9686318Z    Compiling sha2 v0.11.0-rc.5
2026-07-03T10:49:26.9840852Z    Compiling ctr v0.9.2
2026-07-03T10:49:27.0450428Z    Compiling aes v0.8.4
2026-07-03T10:49:27.0861956Z    Compiling fs2 v0.4.3
2026-07-03T10:49:27.1230640Z    Compiling http-body-util v0.1.3
2026-07-03T10:49:27.1739788Z    Compiling aead v0.5.2
2026-07-03T10:49:27.1970680Z    Compiling arrayvec v0.7.6
2026-07-03T10:49:27.2803690Z    Compiling utf8parse v0.2.2
2026-07-03T10:49:27.2929133Z    Compiling openssl-probe v0.2.1
2026-07-03T10:49:27.3148256Z    Compiling crossbeam-epoch v0.9.18
2026-07-03T10:49:27.3780486Z    Compiling crossbeam-channel v0.5.15
2026-07-03T10:49:27.4323740Z    Compiling blake3 v1.8.5
2026-07-03T10:49:27.4400713Z    Compiling netlink-packet-route v0.29.0
2026-07-03T10:49:27.5320312Z    Compiling uuid v1.23.2
2026-07-03T10:49:27.7643914Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-03T10:49:27.7818312Z    Compiling aes-gcm v0.10.3
2026-07-03T10:49:27.8160091Z    Compiling memoffset v0.6.5
2026-07-03T10:49:27.9298759Z    Compiling acto v0.8.2
2026-07-03T10:49:27.9530481Z    Compiling noq v0.18.0
2026-07-03T10:49:27.9680923Z    Compiling netwatch v0.16.0
2026-07-03T10:49:27.9822716Z    Compiling foldhash v0.2.0
2026-07-03T10:49:28.1318325Z    Compiling mac-addr v0.3.0
2026-07-03T10:49:28.1702729Z    Compiling rustix v1.1.4
2026-07-03T10:49:28.1763284Z    Compiling xml-rs v0.8.28
2026-07-03T10:49:28.1825082Z    Compiling tagptr v0.2.0
2026-07-03T10:49:28.1836186Z    Compiling identity-hash v0.1.0
2026-07-03T10:49:28.2196775Z    Compiling rustc-hash v2.1.2
2026-07-03T10:49:28.3283681Z    Compiling ref-cast v1.0.25
2026-07-03T10:49:28.3380839Z    Compiling sorted-index-buffer v0.2.1
2026-07-03T10:49:28.3511947Z    Compiling lru-slab v0.1.2
2026-07-03T10:49:28.3627536Z    Compiling thiserror v1.0.69
2026-07-03T10:49:28.4810923Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-03T10:49:28.5880769Z    Compiling hashbrown v0.16.1
2026-07-03T10:49:28.7046542Z    Compiling synstructure v0.13.2
2026-07-03T10:49:28.7083118Z    Compiling darling_core v0.20.11
2026-07-03T10:49:28.7361304Z    Compiling serde_derive_internals v0.29.1
2026-07-03T10:49:28.7575633Z    Compiling netlink-packet-route v0.30.0
2026-07-03T10:49:29.3350451Z    Compiling proc-macro-crate v3.5.0
2026-07-03T10:49:29.3480464Z    Compiling xmltree v0.10.3
2026-07-03T10:49:29.4737897Z    Compiling errno v0.3.14
2026-07-03T10:49:29.4910898Z    Compiling serial-core v0.4.0
2026-07-03T10:49:29.5376478Z    Compiling ioctl-rs v0.1.6
2026-07-03T10:49:29.5857447Z    Compiling termios v0.2.2
2026-07-03T10:49:29.6426979Z    Compiling aho-corasick v1.1.4
2026-07-03T10:49:29.6712065Z    Compiling simple-dns v0.9.3
2026-07-03T10:49:29.7215568Z    Compiling winnow v0.7.15
2026-07-03T10:49:29.7330494Z    Compiling sha1_smol v1.0.1
2026-07-03T10:49:29.7447448Z    Compiling smol_str v0.1.24
2026-07-03T10:49:29.8963129Z    Compiling regex-syntax v0.8.10
2026-07-03T10:49:29.9680926Z    Compiling resolv-conf v0.7.6
2026-07-03T10:49:29.9696966Z    Compiling constant_time_eq v0.4.2
2026-07-03T10:49:29.9697633Z    Compiling arrayref v0.3.9
2026-07-03T10:49:29.9928367Z    Compiling signal-hook v0.3.18
2026-07-03T10:49:30.0100662Z    Compiling toml_write v0.1.2
2026-07-03T10:49:30.0250457Z    Compiling linux-raw-sys v0.12.1
2026-07-03T10:49:30.1721001Z    Compiling simdutf8 v0.1.5
2026-07-03T10:49:30.2197557Z    Compiling serial-unix v0.4.0
2026-07-03T10:49:30.4762830Z    Compiling signal-hook-registry v1.4.8
2026-07-03T10:49:30.5420791Z    Compiling lru v0.16.4
2026-07-03T10:49:30.6500368Z    Compiling darling_core v0.23.0
2026-07-03T10:49:30.7170582Z    Compiling serde_bytes v0.11.19
2026-07-03T10:49:30.8007930Z    Compiling serde_derive v1.0.228
2026-07-03T10:49:30.8639924Z    Compiling zeroize_derive v1.4.3
2026-07-03T10:49:31.0700506Z    Compiling tokio-macros v2.7.0
2026-07-03T10:49:31.1331081Z    Compiling zerofrom-derive v0.1.7
2026-07-03T10:49:31.5790622Z    Compiling zeroize v1.8.2
2026-07-03T10:49:31.7452446Z    Compiling futures-macro v0.3.32
2026-07-03T10:49:31.8388710Z    Compiling tokio v1.52.3
2026-07-03T10:49:32.3791655Z    Compiling yoke-derive v0.8.2
2026-07-03T10:49:32.3974250Z    Compiling zerovec-derive v0.11.3
2026-07-03T10:49:32.4465199Z    Compiling displaydoc v0.2.6
2026-07-03T10:49:32.5021074Z    Compiling tracing-attributes v0.1.31
2026-07-03T10:49:32.7691108Z    Compiling futures-util v0.3.32
2026-07-03T10:49:32.8290514Z    Compiling zerofrom v0.1.8
2026-07-03T10:49:33.0135280Z    Compiling rustls-pki-types v1.14.1
2026-07-03T10:49:33.3700508Z    Compiling thiserror-impl v2.0.18
2026-07-03T10:49:33.4541455Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-03T10:49:33.8620593Z    Compiling yoke v0.8.3
2026-07-03T10:49:34.0479282Z    Compiling zerotrie v0.2.4
2026-07-03T10:49:34.0961339Z    Compiling zerovec v0.11.6
2026-07-03T10:49:34.1703723Z    Compiling darling_macro v0.20.11
2026-07-03T10:49:34.3006145Z    Compiling derive_more-impl v2.1.1
2026-07-03T10:49:34.3140970Z    Compiling n0-error-macros v0.1.3
2026-07-03T10:49:34.4650176Z    Compiling spez v0.1.2
2026-07-03T10:49:34.5820287Z    Compiling darling v0.20.11
2026-07-03T10:49:34.6647621Z    Compiling derive_builder_core v0.20.2
2026-07-03T10:49:34.6720115Z    Compiling der v0.8.0-rc.10
2026-07-03T10:49:34.8461898Z    Compiling pin-project-internal v1.1.13
2026-07-03T10:49:34.9593388Z    Compiling tinystr v0.8.3
2026-07-03T10:49:35.2390778Z    Compiling icu_locale_core v2.2.0
2026-07-03T10:49:35.3620982Z    Compiling potential_utf v0.1.5
2026-07-03T10:49:35.5299890Z    Compiling icu_collections v2.2.0
2026-07-03T10:49:35.7334852Z    Compiling n0-error v0.1.3
2026-07-03T10:49:36.0280447Z    Compiling derive_builder_macro v0.20.2
2026-07-03T10:49:36.1400822Z    Compiling ed25519-dalek v2.2.0
2026-07-03T10:49:36.3041250Z    Compiling pin-project v1.1.13
2026-07-03T10:49:36.3798059Z    Compiling derive_builder v0.20.2
2026-07-03T10:49:36.4310714Z    Compiling ipnet v2.12.0
2026-07-03T10:49:36.4800595Z    Compiling spki v0.8.0-rc.4
2026-07-03T10:49:36.7437147Z    Compiling icu_provider v2.2.0
2026-07-03T10:49:36.8061213Z    Compiling futures-executor v0.3.32
2026-07-03T10:49:36.8690592Z    Compiling prefix-trie v0.8.4
2026-07-03T10:49:36.9503225Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-03T10:49:37.0252938Z    Compiling futures v0.3.32
2026-07-03T10:49:37.0509635Z    Compiling spt-proto v0.22.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-03T10:49:37.1200631Z    Compiling icu_normalizer v2.2.0
2026-07-03T10:49:37.1495729Z    Compiling icu_properties v2.2.0
2026-07-03T10:49:37.1830495Z    Compiling once_cell v1.21.4
2026-07-03T10:49:37.2050546Z    Compiling ed25519 v3.0.0-rc.4
2026-07-03T10:49:37.3347907Z    Compiling cobs v0.3.0
2026-07-03T10:49:37.4230368Z    Compiling tracing-core v0.1.36
2026-07-03T10:49:37.6411290Z    Compiling postcard-derive v0.2.2
2026-07-03T10:49:37.6566825Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-03T10:49:37.7490760Z    Compiling hashbrown v0.14.5
2026-07-03T10:49:38.0790319Z    Compiling tracing v0.1.44
2026-07-03T10:49:38.0870439Z    Compiling tokio-util v0.7.18
2026-07-03T10:49:38.1289444Z    Compiling netlink-sys v0.8.8
2026-07-03T10:49:38.2390933Z    Compiling postcard v1.1.3
2026-07-03T10:49:38.4760567Z    Compiling data-encoding-macro v0.1.20
2026-07-03T10:49:38.4922172Z    Compiling tower v0.5.3
2026-07-03T10:49:38.5466044Z    Compiling rustls-native-certs v0.8.4
2026-07-03T10:49:38.5560589Z    Compiling num_enum_derive v0.7.6
2026-07-03T10:49:38.5765659Z    Compiling iroh-metrics-derive v0.4.1
2026-07-03T10:49:38.6690888Z    Compiling idna_adapter v1.2.2
2026-07-03T10:49:38.6857306Z    Compiling hashlink v0.9.1
2026-07-03T10:49:38.8071087Z    Compiling idna v1.1.0
2026-07-03T10:49:38.8193579Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-03T10:49:38.9821113Z    Compiling enum-assoc v1.3.0
2026-07-03T10:49:39.0760674Z    Compiling rusqlite v0.32.1
2026-07-03T10:49:39.0911816Z    Compiling h2 v0.4.14
2026-07-03T10:49:39.0980447Z    Compiling async-trait v0.1.89
2026-07-03T10:49:39.1021017Z    Compiling strum_macros v0.28.0
2026-07-03T10:49:39.2014028Z    Compiling tokio-stream v0.1.18
2026-07-03T10:49:39.2100698Z    Compiling iroh-metrics v0.38.3
2026-07-03T10:49:39.2170913Z    Compiling derive_more v2.1.1
2026-07-03T10:49:39.2940619Z    Compiling iroh-relay v0.98.0
2026-07-03T10:49:39.4299792Z    Compiling url v2.5.8
2026-07-03T10:49:39.6079902Z    Compiling n0-watcher v0.6.1
2026-07-03T10:49:39.6368309Z    Compiling netdev v0.42.0
2026-07-03T10:49:39.6420732Z    Compiling netlink-proto v0.12.0
2026-07-03T10:49:39.8522109Z    Compiling moka v0.12.15
2026-07-03T10:49:39.8711110Z    Compiling toml_datetime v0.6.11
2026-07-03T10:49:39.8761752Z    Compiling num_enum v0.7.6
2026-07-03T10:49:39.8952831Z    Compiling serde_spanned v0.6.9
2026-07-03T10:49:39.9540383Z    Compiling ref-cast-impl v1.0.25
2026-07-03T10:49:39.9983071Z    Compiling thiserror-impl v1.0.69
2026-07-03T10:49:40.0750832Z    Compiling webpki-roots v1.0.7
2026-07-03T10:49:40.2450340Z    Compiling toml_edit v0.22.27
2026-07-03T10:49:40.2764209Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-03T10:49:40.2861384Z    Compiling tower-http v0.6.11
2026-07-03T10:49:40.2900852Z    Compiling iroh-base v0.98.0
2026-07-03T10:49:40.6032624Z    Compiling spt-store v0.22.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-03T10:49:40.6131283Z    Compiling attohttpc v0.30.1
2026-07-03T10:49:40.9060591Z    Compiling regex-automata v0.4.14
2026-07-03T10:49:40.9160358Z    Compiling schemars_derive v1.2.1
2026-07-03T10:49:41.1421024Z    Compiling seize v0.5.1
2026-07-03T10:49:41.2150999Z    Compiling hmac v0.12.1
2026-07-03T10:49:41.2531168Z    Compiling iroh v0.98.2
2026-07-03T10:49:41.3680544Z    Compiling pin-utils v0.1.0
2026-07-03T10:49:41.4085311Z    Compiling rustix v0.38.44
2026-07-03T10:49:41.4280694Z    Compiling dyn-clone v1.0.20
2026-07-03T10:49:41.5390580Z    Compiling bitflags v1.3.2
2026-07-03T10:49:41.5763132Z    Compiling cmov v0.5.4
2026-07-03T10:49:41.6120230Z    Compiling nix v0.25.1
2026-07-03T10:49:41.6360558Z    Compiling papaya v0.2.4
2026-07-03T10:49:41.8525280Z    Compiling filedescriptor v0.8.3
2026-07-03T10:49:41.8643179Z    Compiling ctutils v0.4.2
2026-07-03T10:49:41.8730415Z    Compiling hkdf v0.12.4
2026-07-03T10:49:42.0110606Z    Compiling backon v1.6.0
2026-07-03T10:49:42.1128185Z    Compiling strum v0.28.0
2026-07-03T10:49:42.1295101Z    Compiling darling_macro v0.23.0
2026-07-03T10:49:42.2007338Z    Compiling serial v0.4.0
2026-07-03T10:49:42.2713741Z    Compiling iroh-dns v0.98.0
2026-07-03T10:49:42.2950677Z    Compiling anstyle-parse v1.0.0
2026-07-03T10:49:42.3129704Z    Compiling vte_generate_state_changes v0.1.2
2026-07-03T10:49:42.4671183Z    Compiling anstyle v1.0.14
2026-07-03T10:49:42.5627369Z    Compiling instability v0.3.12
2026-07-03T10:49:42.5770514Z    Compiling linux-raw-sys v0.4.15
2026-07-03T10:49:42.7136386Z    Compiling is_terminal_polyfill v1.70.2
2026-07-03T10:49:42.7518711Z    Compiling shell-words v1.1.1
2026-07-03T10:49:42.7730906Z    Compiling anstyle-query v1.1.5
2026-07-03T10:49:42.7989547Z    Compiling downcast-rs v1.2.1
2026-07-03T10:49:42.8041195Z    Compiling colorchoice v1.0.5
2026-07-03T10:49:42.8241123Z    Compiling foldhash v0.1.5
2026-07-03T10:49:42.8960712Z    Compiling anstream v1.0.0
2026-07-03T10:49:42.9030436Z    Compiling vte v0.13.1
2026-07-03T10:49:42.9281676Z    Compiling darling v0.23.0
2026-07-03T10:49:42.9500872Z    Compiling signal-hook-mio v0.2.5
2026-07-03T10:49:43.0110633Z    Compiling hashbrown v0.15.5
2026-07-03T10:49:43.0240767Z    Compiling spake2 v0.4.0
2026-07-03T10:49:43.0754097Z    Compiling terminal_size v0.4.4
2026-07-03T10:49:43.1060387Z    Compiling strum_macros v0.26.4
2026-07-03T10:49:43.2506234Z    Compiling sha1 v0.10.6
2026-07-03T10:49:43.2710638Z    Compiling schemars v1.2.1
2026-07-03T10:49:43.4246376Z    Compiling toml v0.8.23
2026-07-03T10:49:43.5641032Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-03T10:49:43.6003034Z    Compiling itertools v0.13.0
2026-07-03T10:49:43.9897038Z    Compiling castaway v0.2.4
2026-07-03T10:49:44.0940454Z    Compiling doctest-file v1.1.1
2026-07-03T10:49:44.2360894Z    Compiling indoc v2.0.7
2026-07-03T10:49:44.6316175Z    Compiling spt-msg v0.22.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-03T10:49:44.6580287Z    Compiling regex v1.12.3
2026-07-03T10:49:44.7048138Z    Compiling clap_lex v1.1.0
2026-07-03T10:49:44.7977615Z    Compiling unicode-width v0.1.14
2026-07-03T10:49:45.0289601Z    Compiling static_assertions v1.1.0
2026-07-03T10:49:45.0977728Z    Compiling compact_str v0.8.2
2026-07-03T10:49:45.1110631Z    Compiling clap_builder v4.6.0
2026-07-03T10:49:45.4450551Z    Compiling hyper v1.10.1
2026-07-03T10:49:45.5707952Z    Compiling spt-runtime v0.22.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-03T10:49:45.9130675Z    Compiling unicode-truncate v1.1.0
2026-07-03T10:49:46.0352712Z    Compiling strum v0.26.3
2026-07-03T10:49:46.1495005Z    Compiling interprocess v2.4.2
2026-07-03T10:49:46.2178838Z    Compiling crossterm v0.28.1
2026-07-03T10:49:46.4060630Z    Compiling lru v0.12.5
2026-07-03T10:49:46.5226685Z    Compiling clap_derive v4.6.1
2026-07-03T10:49:46.5580646Z    Compiling unicode-width v0.2.0
2026-07-03T10:49:46.6616928Z    Compiling portable-pty v0.8.1
2026-07-03T10:49:46.6819801Z    Compiling cassowary v0.3.0
2026-07-03T10:49:46.7252246Z    Compiling iana-time-zone v0.1.65
2026-07-03T10:49:46.8775209Z    Compiling nucleo-matcher v0.3.1
2026-07-03T10:49:47.0740972Z    Compiling chrono v0.4.45
2026-07-03T10:49:47.1250617Z    Compiling spt-term v0.22.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-03T10:49:47.5403649Z    Compiling hyper-util v0.1.20
2026-07-03T10:49:47.6580812Z    Compiling ratatui v0.29.0
2026-07-03T10:49:48.0061438Z    Compiling qrcode v0.14.1
2026-07-03T10:49:48.0167184Z    Compiling tempfile v3.27.0
2026-07-03T10:49:48.8687404Z    Compiling clap v4.6.1
2026-07-03T10:49:49.0733041Z    Compiling spt-live v0.22.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-03T10:49:49.5529812Z    Compiling igd-next v0.17.1
2026-07-03T10:49:50.7714718Z    Compiling portmapper v0.16.0
2026-07-03T10:49:56.0612489Z    Compiling rustls-webpki v0.103.13
2026-07-03T10:49:58.4833790Z    Compiling tokio-rustls v0.26.4
2026-07-03T10:49:58.4834492Z    Compiling noq-proto v0.17.0
2026-07-03T10:49:58.4834820Z    Compiling rustls-platform-verifier v0.7.0
2026-07-03T10:49:58.6391489Z    Compiling hickory-net v0.26.0-beta.4
2026-07-03T10:49:58.6392124Z    Compiling hyper-rustls v0.27.9
2026-07-03T10:49:58.6392539Z    Compiling tokio-websockets v0.13.2
2026-07-03T10:49:58.7856185Z    Compiling reqwest v0.13.4
2026-07-03T10:49:59.7643746Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-03T10:50:14.3372724Z    Compiling spt-net v0.22.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-03T10:50:15.8048365Z    Compiling spt-daemon v0.22.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-03T10:50:23.6092815Z    Compiling spt v0.22.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-03T10:50:28.1547593Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-07-03T10:50:28.1776447Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-90a281759d98c3e6)
2026-07-03T10:50:28.1789865Z 
2026-07-03T10:50:28.1790055Z running 1 test
2026-07-03T10:50:34.3662337Z test new_brain_serves_against_old_broker ... ok
2026-07-03T10:50:34.3662779Z 
2026-07-03T10:50:34.3663046Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-03T10:50:34.3663437Z 
